Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
6 7 39 6

Rules

Rules Violations Severity
FileLength 0 Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
0 Errors Error
FileTabCharacter
  • eachLine: "true"
0 Errors Error
LeftCurly
  • option: "nl"
0 Errors Error
RightCurly
  • option: "alone"
0 Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
0 Errors Error
MemberName 0 Errors Error
JavadocMethod
  • scope: "protected"
39 Warnings Warning
JavadocType
  • allowUnknownTags: "true"
  • scope: "protected"
2 Errors Error
JavadocVariable
  • scope: "protected"
7 Infos Info
ConstantName 2 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 0 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad
  • option: "space"
0 Errors Error
OperatorWrap 0 Errors Error
ParenPad
  • option: "space"
1 Errors Error
WhitespaceAfter 0 Errors Error
WhitespaceAround 0 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 0 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock
  • option: "text"
0 Errors Error
NeedBraces 1 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
0 Warnings Warning
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MagicNumber
  • ignoreNumbers: "-4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 32, 64, 100, 128, 256, 512, 1000, 1024"
0 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 0 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0 Errors Error
UpperEll 0 Errors Error

Details

org/apache/maven/surefire/common/junit4/JUnit4Reflector.java

Violation Message Line
Errors Missing a Javadoc comment. 28
Errors Name 'params' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 30
Errors Name 'ignoreParams' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 32
Warnings Missing a Javadoc comment. 34
Warnings Missing a Javadoc comment. 46

org/apache/maven/surefire/common/junit4/JUnit4RunListener.java

Violation Message Line
Errors Missing a Javadoc comment. 34
Infos Missing a Javadoc comment. 43
Warnings Expected @param tag for 'description'. 70
Warnings Expected @throws tag for 'Exception'. 71
Warnings Expected @param tag for 'description'. 84
Warnings Expected @throws tag for 'Exception'. 85
Warnings Expected @param tag for 'failure'. 97
Warnings Expected @throws tag for 'Exception'. 98
Warnings Missing a Javadoc comment. 119
Warnings Missing a Javadoc comment. 124
Warnings Expected @param tag for 'description'. 137
Warnings Expected @throws tag for 'Exception'. 138
Warnings Missing a Javadoc comment. 147
Warnings Missing a Javadoc comment. 152
Warnings Missing a Javadoc comment. 176
Warnings Missing a Javadoc comment. 187
Errors 'if' construct must use '{}'s. 191
Errors '(' is not followed by whitespace. 191
Warnings Missing a Javadoc comment. 196

org/apache/maven/surefire/common/junit4/JUnit4RunListenerFactory.java

Violation Message Line
Warnings Missing a Javadoc comment. 33

org/apache/maven/surefire/common/junit4/JUnit4StackTraceWriter.java

Violation Message Line
Infos Missing a Javadoc comment. 38
Warnings Missing a Javadoc comment. 55
Warnings Missing a Javadoc comment. 61
Warnings Missing a Javadoc comment. 66
Warnings Missing a Javadoc comment. 71
Warnings Expected an @return tag. 92
Warnings Expected an @return tag. 110

org/apache/maven/surefire/common/junit4/JUnit4TestChecker.java

Violation Message Line
Warnings Missing a Javadoc comment. 43
Warnings Missing a Javadoc comment. 50
Warnings Missing a Javadoc comment. 89
Warnings Missing a Javadoc comment. 104

org/apache/maven/surefire/junit4/MockReporter.java

Violation Message Line
Infos Missing a Javadoc comment. 36
Infos Missing a Javadoc comment. 38
Infos Missing a Javadoc comment. 40
Infos Missing a Javadoc comment. 42
Infos Missing a Javadoc comment. 44
Warnings Missing a Javadoc comment. 54
Warnings Missing a Javadoc comment. 58
Warnings Missing a Javadoc comment. 63
Warnings Missing a Javadoc comment. 68
Warnings Missing a Javadoc comment. 73
Warnings Missing a Javadoc comment. 80
Warnings Missing a Javadoc comment. 86
Warnings Missing a Javadoc comment. 91
Warnings Missing a Javadoc comment. 96
Warnings Missing a Javadoc comment. 101
Warnings Missing a Javadoc comment. 106